home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / intuisup.lha / Intuisup / source.lha / Editor / lmkfile < prev    next >
Text File  |  1992-10-02  |  280b  |  14 lines

  1. CC                = LC:lc
  2. # DEBUG        = -d5
  3. CFLAGS        = -E
  4. OBJECTS        = main.o req.o editor.o project.o window.o template.o subs.o\
  5.               fonts.o save.o load.o edit1.o edit2.o list.o source.o\
  6.                   screen.o
  7.  
  8. .c.o:
  9.     $(CC) $(DEBUG) $(CFLAGS) -c $*
  10.  
  11. editor: $(OBJECTS)
  12.     blink with editor.lnk
  13.  
  14.